﻿
@font-face {
    font-weight: normal;
    font-style: normal;

}

/* 设置默认字体 */ 
body, button, input, select, textarea {
    font-family: "Microsoft YaHei","simsun","Arail";
    font-size: 14px;
    outline:none;
    color:#828282 ;
    position:relative;
}
ul,ol{padding:0;margin-bottom:0px;}
li{list-style:none;}
.fl{float: left}
.fr{float: right}

/*公共样式开始-------------*/
img{max-width: 100%;}
html {font-size: calc(100vw/19.2)}
@media (min-width: 1901px) {html {    font-size: 100px}}
@media (max-width: 1600px) {html {    font-size: 66px}}
@media (max-width: 767px) {html {    font-size: calc(100vw/7.5)}}
body {font-size: 16px;}
@media (max-width: 1600px) {body {    font-size: 14px}}

.ptb100 {padding-top: 1rem;padding-bottom: 1rem}
@media (max-width: 767px) {.ptb100 {    padding-top: 1.2rem;    padding-bottom: 1.2em}}
.pt100 {padding-top: 1rem}
@media (max-width: 767px) {.pt100 {    padding-top: 1.2rem}}
.pb100 {padding-bottom: 1rem}
@media (max-width: 767px) {.pb100 {    padding-bottom: 1.2rem}}
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font22 {font-size: 22px}
.font24 {font-size: 24px}
.font26 {font-size: 26px}
.font28 {font-size: 28px}
.font30 {font-size: 30px}
.font32 {font-size: 32px}
.font34 {font-size: 34px}
.font36 {font-size: 36px}
.font40 {font-size: 40px}
.font42 {font-size: 42px}
.font44 {font-size: 44px}
.font46 {font-size: 46px}
.font48 {font-size: 48px}
.font50 {font-size: 50px}
.font52 {font-size: 52px}
.font54 {font-size: 54px}
.font56 {font-size: 56px}
.font60 {font-size: 60px}
.font72 {font-size: 72px}
.font80 {font-size: 80px}
@media (max-width: 1600px) {.font16 {    font-size: 14px}.font18 {    font-size: 16px}.font20 {    font-size: 18px}.font22 {    font-size: 20px}.font24 {    font-size: 22px}.font26 {    font-size: 24px}.font28 {    font-size: 26px}.font30 {    font-size: 28px}.font32 {    font-size: 30px}.font34 {    font-size: 32px}.font36 {    font-size: 34px}.font40 {    font-size: 38px}.font42,.font44 {    font-size: 40px}.font46 {    font-size: 42px}.font48 {    font-size: 44px}.font50 {    font-size: 46px}.font52 {    font-size: 48px}.font54 {    font-size: 48px}.font56 {    font-size: 48px}.font60,.font72,.font80 {    font-size: 48px}}
@media (max-width: 1280px) {.font16 {    font-size: 14px}.font18 {    font-size: 16px}.font20 {    font-size: 18px}.font22 {    font-size: 20px}.font24 {    font-size: 22px}.font26 {    font-size: 24px}.font28 {    font-size: 24px}.font30 {    font-size: 26px}.font32 {    font-size: 28px}.font34 {    font-size: 28px}.font36,.font40 {    font-size: 30px}.font42,.font44 {    font-size: 32px}.font46 {    font-size: 36px}.font48,.font50 {    font-size: 38px}.font52,.font54,.font56,.font60,.font72,.font80 {    font-size: 44px}}
@media (max-width: 767px) {.font14,.font16 {    font-size: .28rem}.font18,.font20 {    font-size: .3rem}.font22,.font24,.font26,.font27 {    font-size: .32rem}.font28 {    font-size: .36rem}.font30,.font32,.font34 {    font-size: .4rem}.font36,.font40,.font42,.font44,.font46 {    font-size: .46rem}.font48,.font50,.font52,.font54,.font56,.font60,.font72,.font80 {    font-size: .58rem}}
svg path {mix-blend-mode: normal !important}
.public-btn {display: inline-flex;justify-content: center;align-items: center}
.public-btn a {height: 45px;display: flex;align-items: center;padding: 0 20px 0 25px;border-radius: 25px;position: relative;z-index: 2}
@media (max-width: 767px) {.public-btn a {    height: .8rem;    border-radius: .4rem;    padding: 0 .3rem 0 .4rem}}
.public-btn a::before {content: '';width: 100%;height: 45px;border-radius: 25px;background: #006fb7;transition: all .4s;position: absolute;top: 50%;right: 0;transform: translateY(-50%);z-index: -1;pointer-events: none}
@media (max-width: 767px) {.public-btn a::before {    height: .8rem;    border-radius: .4rem}}
.public-btn a span {color: #fff;line-height: 1.55555556em;transition: all .4s}
.public-btn a i {width: 23px;height: 23px;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-left: 10px;transition: all .4s;overflow: hidden}
@media (max-width: 767px) {.public-btn a i {    width: .4rem;    height: .4rem}}
.public-btn a i svg {width: 40%;height: 40%;animation: arrowRun 5s infinite}
.public-btn a i svg path {fill: #fff;transition: all .4s}
@media (min-width: 992px) {.public-btn a:hover span {    color: #333}.public-btn a:hover::before {    width: 45px}.public-btn a:hover i {    transform: translateX(9px)}.public-btn a:hover i svg path {    fill: #fff}}
@media (min-width: 992px) and (max-width: 767px) {.public-btn a:hover::before {    width: .8rem}}
@media (min-width: 992px) and (max-width: 767px) {.public-btn a:hover i {    transform: translateX(.1rem)}}

/*导航开始*/
@media (max-width: 991px) {#c-placeholder {    height: 1.2rem}}
.header {width: 100%;position: fixed;left: 0;top: 0;z-index: 99;padding: 0 .51rem;transition: all .4s}
@media (max-width: 991px) {.header {    padding: 0 5%;    display: none}}
.header .box {display: flex;justify-content: space-between;align-items: center}
.header .box .logo {width: 145px;height: 48px;flex-shrink: 0}
@media (max-width: 767px) {.header .box .logo {    width: 120px;    height: 40px}}
.header .box .logo a {width: 100%;height: 100%;display: flex;justify-content: flex-start;position: relative}
.header .box .logo a img {width: 100%;height: 100%;transition: all .4s}
.header .box .logo a img:nth-child(2) {position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 2;opacity: 0}
.header .box .close {width: 34px;height: 1rem;display: none}
@media (max-width: 991px) {.header .box .close {    height: 1.2rem;    display: flex;    flex-wrap: wrap;    align-content: center}}
.header .box .close span {width: 100%;height: 2px;background: #fff;margin: 4px 0;transition: all ease-out .3s}
.header .box .close span:nth-child(2) {width: 60%}
.header .box .close.on span {margin: 5px 0}
.header .box .close.on span:nth-child(1) {transform: rotateZ(45deg);transform-origin: left center}
.header .box .close.on span:nth-child(2) {opacity: 0}
.header .box .close.on span:nth-child(3) {transform-origin: left center;transform: rotateZ(-45deg)}
.header .box .right {width: 100%;display: flex;align-items: center;padding-left: .25rem}
@media (max-width: 991px) {.header .box .right {    width: 100vw;    height: calc(100vh - 1rem);    position: absolute;    top: 100%;    left: 50%;    transform: translateX(-50%);    background: #fff;    padding: .2rem 5%;    overflow-y: auto;    display: none;    margin-left: 0}}
@media (max-width: 991px) {.header .box .right .menu {    width: 100%}}
.header .box .right .menu>ul {display: flex}
@media (max-width: 991px) {.header .box .right .menu>ul {    flex-wrap: wrap}}
.header .box .right .menu>ul>li {padding: 0 .3rem}
@media (max-width: 991px) {.header .box .right .menu>ul>li {    width: 100%;    padding: 0}}
.header .box .right .menu>ul>li .m-title {height: 75px;display: flex;align-items: center}
@media (max-width: 991px) {.header .box .right .menu>ul>li .m-title {    width: 100%;    justify-content: space-between;    border-bottom: 1px solid #eee}}
.header .box .right .menu>ul>li .m-title a {color: #fff;transition: all .4s;line-height: 1.55555556em;height: 1.55555556em;overflow: hidden}
@media (max-width: 991px) {.header .box .right .menu>ul>li .m-title a {    color: #000}}
.header .box .right .menu>ul>li .m-title a span {display: block;pointer-events: none}
.header .box .right .menu>ul>li .m-title a span:nth-child(2) {color: #006fb7}
.header .box .right .menu>ul>li .m-title i {width: 10px;margin-left: .1rem;display: flex;justify-content: center;align-items: center}
@media (max-width: 991px) {.header .box .right .menu>ul>li .m-title i {    width: .5rem;    height: .5rem}}
.header .box .right .menu>ul>li .m-title i svg path {fill: #fff;transition: all .4s}
.header .box .right .menu>ul>li .s-menu {width: 1260px;max-width: 100vw;background: #fff;border-radius: 0 0 .15rem .15rem;border: 1px solid #f4f4f4;position: absolute;top: 100%;left: -0.25rem;display: none}
@media (max-width:1600px) {.header .box .right .menu>ul>li .s-menu {    width: 1160px}}
@media (max-width:1440px) {.header .box .right .menu>ul>li .s-menu {    width: 1040px}}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu {    width: 920px}}
@media (max-width: 991px) {.header .box .right .menu>ul>li .s-menu {    width: 100%;    position: relative;    left: initial;    top: initial;    border-radius: 0;    border: none}}
.header .box .right .menu>ul>li .s-menu .sboxs {width: 100%;display: flex}
@media (max-width: 991px) {.header .box .right .menu>ul>li .s-menu .sboxs {    flex-wrap: wrap}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left {width: 29.31034483%;border-right: 1px solid #f4f4f4;padding: .3rem .25rem .28rem;flex-shrink: 0}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-left {    width: 32.75862069%}}
@media (max-width: 991px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-left {    width: 100%;    border-right: none;    padding: .2rem 0}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul {width: 100%}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li {width: 100%;transform: translateY(.5rem);opacity: 0}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(1) {transition: all .4s .05s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(2) {transition: all .4s .1s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(3) {transition: all .4s .15s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(4) {transition: all .4s .2s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(5) {transition: all .4s .25s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(6) {transition: all .4s .3s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a {width: 100%;height: .5rem;display: flex;align-items: center;cursor: pointer;padding: 0 .15rem 0 .28rem;border-radius: .25rem;transition: all .4s;margin-bottom: 10px}
@media (max-width: 991px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a {    padding: 0;    height: .8rem}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s1 {color: #000;line-height: 1.55555556em;transition: all .4s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s2 {color: #999;line-height: 1.625em;padding-left: .34rem;position: relative;transition: all .4s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s2::before {content: '';width: 3px;height: 3px;position: absolute;left: .14rem;top: 50%;transform: translateY(-50%);background: #ccc;border-radius: 50%}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons {width: 20px;height: 20px;display: flex;align-items: center;overflow: hidden;margin-left: auto}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-shrink: 0;transform: translateX(-100%);transition: all .5s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i svg {width: 50%;height: 50%;transform: rotateZ(-90deg)}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i svg path {fill: #006fb7}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i:nth-child(2) svg path {fill: #ddd}
@media (min-width: 992px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover {    background: #f4f4f4}.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .s1 {    color: #006fb7}.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .s2 {    padding-left: .4rem}.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .icons i {    transform: translateX(0)}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left.on>ul>li {transform: translateY(0);opacity: 1}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right {width: 73.27586207%;padding: .4rem .47rem .65rem .43rem}
@media (max-width: 991px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-right {    display: none}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li {width: 100%}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read {width: 52.63157895%}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read {    width: 50%}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-t1 {color: #ccc;line-height: 1.625em}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list {width: 100%;margin-top: .16rem}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list a {width: 100%;line-height: 1.71428571em;color: #999;transition: all .4s;display: block;margin-bottom: .12rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
@media (min-width: 992px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list a:hover {    color: #006fb7;    padding-left: 5px}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {width: 43.42105263%;border-radius: .1rem;overflow: hidden;display: flex;flex-wrap: wrap}
@media (max-width:1100px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {    display: none}}
@media (max-width: 767px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {    width: 100%}}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book a {width: 100%;display: block}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1 {margin-bottom: .2rem;border-radius: .1rem;overflow: hidden}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1:last-child {margin-bottom: 0}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1 img {width: 100%}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 {width: 100%;min-height: 1.5rem;padding: .26rem .28rem;display: flex;flex-wrap: wrap;align-content: flex-end;position: relative;z-index: 2}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .bg {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;overflow: hidden;pointer-events: none}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .bg img {width: 100%;height: 100%;object-fit: cover;transition: all .8s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .rt1-t1 {width: 100%;color: #006fb7;line-height: 1.5em}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .rt1-t2 {width: 100%;line-height: 1;margin-top: 5px;color: #006fb7}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 {width: 100%;padding: .18rem .28rem;background: #f8f8f8}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 {color: #1a1a1a;line-height: 1.55555556em;display: flex}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 span {position: relative;z-index: 2}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 span::before {content: '';width: 0;height: 3px;background: #006fb7;position: absolute;left: 0;bottom: .27777778em;transition: all .6s;z-index: -1}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 {color: #006fb7;line-height: 1.71428571em;margin-top: .06rem;display: flex;align-items: center}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i {width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;transition: all .4s}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i svg {width: 50%;height: 50%;transform: rotateZ(-90deg)}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i svg path {fill: #006fb7}
@media (min-width: 992px) {.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book:hover .bg img {    transform: scale(1.05)}.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book:hover .rt2 .rt2-t1 span::before {    width: 100%}}
.header .box .right .menu>ul>li .s-menu2 {width: 100vw;position: fixed;top: 75px;left: 0;display: none;background: #fff;border-top: 1px solid #f4f4f4;border-bottom: 1px solid #f4f4f4;overflow: hidden}
.header .box .right .menu>ul>li .s-menu2 .new-sbox {width: 100%;max-width: 1920px;margin: 0 auto;display: flex;background: #fff;position: relative}
.header .box .right .menu>ul>li .s-menu2 .new-sbox::before {content: '';height: 100%;width: 50vw;background: #f5f7f9;position: absolute;top: 0;right: 100%}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left {width: calc(520/1920*100%);background: #f5f7f9;padding: .34rem .75rem .5rem .9rem;flex-shrink: 0}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left {    width: calc(420/1920*100%);    padding: .34rem .5rem .5rem}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .t1 {color: #000;line-height: calc(28/18)}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .t2 {color: #999;margin-top: .3rem}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more {margin-top: .44rem}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a {display: flex;align-items: center}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a span {color: #006fb7;position: relative}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a span::before {content: '';width: 0;height: 1px;background: #006fb7;position: absolute;left: 0;bottom: 0;transition: all .4s}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i {width: 18px;height: 18px;border-radius: 50%;display: flex;justify-content: center;align-items: center;overflow: hidden;background: #006fb7;margin-left: 12px;flex-shrink: 0}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i svg {width: 45%;height: 45%}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i svg path {fill: #fff}
@media (min-width: 992px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a:hover span::before {    width: 100%}.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a:hover i svg {    animation: arrowRun 5s infinite}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center {width: calc(1040/1920*100%);display: flex;padding: .3rem .4rem;flex-shrink: 0}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center {    width: calc(1240/1920*100%);    padding: .3rem}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {width: calc(240/800*100%);margin-right: .4rem}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {    width: calc(260/800*100%);    margin-right: .2rem}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox:last-child {margin-right: 0}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox .t1 {width: 100%;color: #999;line-height: calc(26/16);border-bottom: 1px solid #f4f4f4;padding: 0 .25rem .16rem}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul {width: 100%;margin-top: .2rem}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li {width: 100%}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a {width: 100%;height: .5rem;border-radius: .25rem;padding: 0 .2rem 0 .25rem;display: flex;justify-content: space-between;align-items: center;transition: all .4s}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a {    padding: 0 .2rem;    height: .7rem;    border-radius: .35rem}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {color: #333;transition: all .4s}
@media (max-width:1024px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {    font-size: 14px}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons {width: 20px;height: 20px;display: flex;overflow: hidden}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i {width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;transform: translateX(-100%);transition: all .5s;flex-shrink: 0}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg {width: 50%;height: 50%;transform: rotateZ(-90deg)}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg path {fill: #ddd;transition: all .4s}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i:nth-child(1) svg path {fill: #006fb7;transition: all .4s}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover {background: #f4f4f4}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover span {color: #006fb7}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover .icons i {transform: translateX(0)}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right {width: calc(520/1920*100%);padding: .4rem 1.2rem .4rem .48rem;border-left: 1px solid #f4f4f4}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right {    width: calc(480/1920*100%);    padding: .4rem}}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1 {width: 100%;display: flex;border-radius: .1rem;overflow: hidden;margin-bottom: .2rem}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1:last-child {margin-bottom: 0}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1 img {width: 100%;transition: all .4s}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1:hover img {transform: scale(1.05)}
.header .box .right .menu>ul>li .s-menu2 .n-right2 {width: auto;display: flex;padding: .4rem .7rem;border-left: 1px solid #f4f4f4}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .n-right2 {    padding: .4rem .5rem}}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a {width: 3.6rem;display: flex;flex-wrap: wrap;border-radius: .1rem;overflow: hidden;margin-right: .4rem;background: #f8f8f8}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2 .n-right2 a {    width: calc(50% - .2rem)}}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a:last-child {margin-right: 0}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img {width: 100%}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img::before {padding-top: calc(200/420*100%)}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img img {transition: all .4s}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img video {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 2}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox {width: 100%;padding: .18rem .28rem}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .t1 {color: #1a1a1a;line-height: calc(28/18);transition: all .4s;min-height: calc(28/18*2em)}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more {font-size: 14px;line-height: 24px;color: #006fb7;margin-top: 7px;display: inline-flex;align-items: center}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons {width: 20px;height: 20px;display: flex;overflow: hidden}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i {width: 100%;height: 100%;transition: all .5s;transform: translateX(-100%);flex-shrink: 0;display: flex;justify-content: center;align-items: center}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i svg {width: 50%;height: 50%;transform: rotateZ(-90deg)}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i svg path {fill: #006fb7}
@media (min-width: 992px) {.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more:hover .icons i {    transform: translateX(0)}}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a:hover .public-img img {transform: scale(1.05)}
.header .box .right .menu>ul>li .s-menu2.s-about .n-left .more {display: none}
.header .box .right .menu>ul>li .s-menu2.s-about .n-center {width: calc(320/1920*100%)}
@media (max-width: 1280px) {.header .box .right .menu>ul>li .s-menu2.s-about .n-center {    width: calc(420/1920*100%)}}
.header .box .right .menu>ul>li .s-menu2.s-about .n-center .mbox {width: 100%}
@media (min-width: 992px) {.header .box .right .menu>ul>li:hover .m-title a span {    transition: all .6s;    transform: translateY(-100%)}.header .box .right .menu>ul>li:hover .m-title i svg path {    fill: #006fb7}}
.header .box .right .r-box {display: flex;position: absolute;right: .51rem;align-items: center}
@media (max-width: 991px) {.header .box .right .r-box {    position: relative;    right: initial;    margin-top: .5rem}}
.header .box .right .r-box .language {margin-right: .56rem;display: none}
.header .box .right .r-box .language a {display: flex;align-items: center}
.header .box .right .r-box .language a .icons {width: 24px;height: 24px;display: flex;margin-right: .1rem}
@media (max-width: 767px) {.header .box .right .r-box .language a .icons {    width: 20px;    height: 20px}}
.header .box .right .r-box .language a .icons svg {width: 100%;height: 100%}
.header .box .right .r-box .language a .icons svg path {fill: #fff;opacity: 1;transition: all .4s}
.header .box .right .r-box .language a span {color: #fff;transition: all .4s}
@media (min-width: 992px) {.header .box .right .r-box .language a:hover .icons svg path {    fill: #006fb7}.header .box .right .r-box .language a:hover span {    color: #006fb7}}
.header .box .right .r-box .getCase {display: flex;position: relative;z-index: 2}
.header .box .right .r-box .getCase a {height: 45px;display: flex;align-items: center;padding: 0 20px 0 25px;border-radius: 25px;position: relative}
@media (max-width: 767px) {.header .box .right .r-box .getCase a {    height: .8rem;    border-radius: .4rem;    padding: 0 .2rem 0 .4rem}}
.header .box .right .r-box .getCase a::before {content: '';width: 100%;height: 45px;border-radius: 25px;background: #006fb7;transition: all .4s;position: absolute;top: 50%;right: 0;transform: translateY(-50%);z-index: -1;pointer-events: none}
@media (max-width: 767px) {.header .box .right .r-box .getCase a::before {    height: .8rem;    border-radius: .4rem}}
.header .box .right .r-box .getCase a span {color: #fff;line-height: 1.55555556em;transition: all .4s}
.header .box .right .r-box .getCase a i {width: 23px;height: 23px;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-left: 10px;transition: all .4s;overflow: hidden}
@media (max-width: 767px) {.header .box .right .r-box .getCase a i {    width: .4rem;    height: .4rem}}
.header .box .right .r-box .getCase a i svg {width: 40%;height: 40%;animation: arrowRun 5s infinite}
.header .box .right .r-box .getCase a i svg path {fill: #fff;transition: all .4s}
@media (min-width: 992px) {.header .box .right .r-box .getCase a:hover::before {    width: 45px}.header .box .right .r-box .getCase a:hover i {    transform: translateX(9px)}.header .box .right .r-box .getCase a:hover i svg path {    fill: #fff}}
.header.hstyle,
.header.hstyle2 {background: #fff;border-bottom: 1px solid #f4f4f4}
.header.hstyle .box .logo a img:nth-child(1),
.header.hstyle2 .box .logo a img:nth-child(1) {opacity: 0}
.header.hstyle .box .logo a img:nth-child(2),
.header.hstyle2 .box .logo a img:nth-child(2) {opacity: 1}
.header.hstyle .box .close span,
.header.hstyle2 .box .close span {background: #000}
.header.hstyle .box .right .menu>ul>li .m-title a,
.header.hstyle2 .box .right .menu>ul>li .m-title a {color: #333}
.header.hstyle .box .right .menu>ul>li .m-title a span:nth-child(2),
.header.hstyle2 .box .right .menu>ul>li .m-title a span:nth-child(2) {color: #006fb7}
.header.hstyle .box .right .menu>ul>li .m-title i svg path,
.header.hstyle2 .box .right .menu>ul>li .m-title i svg path {fill: #333}
@media (min-width: 992px) {.header.hstyle .box .right .menu>ul>li:hover .m-title i svg path,.header.hstyle2 .box .right .menu>ul>li:hover .m-title i svg path {    fill: #006fb7}}
.header.hstyle .box .right .language a .icons svg path,
.header.hstyle2 .box .right .language a .icons svg path {fill: #333}
.header.hstyle .box .right .language a span,
.header.hstyle2 .box .right .language a span {color: #333}
@media (min-width: 992px) {.header.hstyle .box .right .language a:hover .icons svg path,.header.hstyle2 .box .right .language a:hover .icons svg path {    fill: #006fb7}.header.hstyle .box .right .language a:hover span,.header.hstyle2 .box .right .language a:hover span {    color: #006fb7}}
@media (min-width: 992px) {.header.hstyle .box .right .getCase a:hover span,.header.hstyle2 .box .right .getCase a:hover span {    color: #333}}
.header.head-move {top: -80px !important}
@media (max-width: 991px) {.header.head-move {    top: -1.25rem !important}}
.mb-header {width: 100%;position: fixed;z-index: 999;top: 0;background: #fff;display: none}
@media (max-width: 991px) {.mb-header {    display: block}}
.mb-header .top {width: 100%;height: 1.2rem;padding: 0 .35rem;display: flex;justify-content: space-between;align-items: center;background: #fff;position: relative;z-index: 2}
.mb-header .top .logo {width: 2.05rem;height: .7rem;display: flex}
.mb-header .top .logo a {width: 100%;height: 100%;display: flex}
.mb-header .top .logo a img,
.mb-header .top .logo a svg {width: 100%;display: flex;opacity: 1;object-fit: contain}
.mb-header .top .logo a img rect,
.mb-header .top .logo a svg rect {fill: transparent}
.mb-header .top .logo a img .cls-4,
.mb-header .top .logo a svg .cls-4 {fill: #000}
.mb-header .top .close {width: 22px;height: 100%;display: flex;flex-wrap: wrap;align-content: center}
.mb-header .top .close span {width: 100%;height: 2px;background: #000;margin: 3px 0;border-radius: 2px;transition: all .3s}
.mb-header .top .close span:nth-child(2) {width: 60%;margin: 3px 0 3px auto}
.mb-header .top .close.on span:nth-child(1) {transform: rotateZ(45deg);transform-origin: left center}
.mb-header .top .close.on span:nth-child(2) {opacity: 0}
.mb-header .top .close.on span:nth-child(3) {transform-origin: left center;transform: rotateZ(-45deg)}
.mb-header .down {width: 100%;height: 100vh;border-top: 1px solid #eee;padding-top: 1.2rem;position: absolute;top: 0;background: #fff;display: none}
.mb-header .down::before {content: '';width: 100%;height: 1px;border-bottom: 1px solid #eee;position: absolute;top: 1.2rem;left: 0}
.mb-header .down .dbox {width: 100%;height: 100%;display: flex;flex-wrap: wrap;overflow-y: auto}
.mb-header .down .dbox ul {width: 100%;padding: 0 .55rem}
.mb-header .down .dbox ul li {border-bottom: 1px solid #eee;position: inherit}
.mb-header .down .dbox ul li .s-txt {width: 100%;display: flex;justify-content: space-between;align-items: center;padding: .2rem 0}
.mb-header .down .dbox ul li .s-txt a {line-height: 1.5em;color: #333;position: relative;transition: all .4s}
.mb-header .down .dbox ul li .s-txt i {width: 1rem;height: 100%;display: flex;justify-content: flex-end;align-items: center}
.mb-header .down .dbox ul li .s-txt i svg {width: 12px;height: 12px;transition: all .4s}
.mb-header .down .dbox ul li .s-txt i svg path {fill: #e9e9e9}
.mb-header .down .dbox ul li .ss-menu {width: 100%;padding: 0 3% .2rem;display: none}
.mb-header .down .dbox ul li .ss-menu .s-link {width: 100%;border-bottom: 1px solid #f1f1f1}
.mb-header .down .dbox ul li .ss-menu .s-link:last-child {border-bottom: none}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 {width: 100%;height: .78rem;display: flex;justify-content: space-between;align-items: center;cursor: pointer;padding: .1rem .2rem}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 a {color: #aaa;transition: all .4s}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i {width: .5rem;height: .5rem;display: flex;justify-content: center;align-items: center;margin-left: auto;cursor: pointer}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i svg {width: 12px;height: 12px}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i svg path {fill: #e9e9e9;transition: all .4s}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1.on a {color: #006fb7}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1.on i svg path {fill: #006fb7}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox {width: 100%;padding: .1rem .3rem .2rem;display: none}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a {width: 100%;height: 30px;display: flex;align-items: center;position: relative;padding-left: 18px;margin-bottom: .1rem}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a span {color: #666;transition: all .4s}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a span::before {display: none}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a::before {content: '';width: 2px;height: 2px;background: #666;transition: all .4s;position: absolute;left: 7px;top: 50%;transform: translateY(-50%)}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i {width: 10px;height: 10px;display: flex;align-items: center;margin-left: .2rem}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i svg {transform: rotateZ(-90deg)}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i svg path {fill: #666;transition: all .4s}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover span {color: #006fb7}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover::before {background: #006fb7}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover i svg path {fill: #006fb7}
.mb-header .down .dbox ul li.on .s-txt a {color: #006fb7}
.mb-header .down .dbox ul li.on .s-txt i svg {transform: rotateZ(-180deg)}
.mb-header .down .dbox ul li.on .s-txt i svg path {fill: #006fb7}
.mb-header .down .dbox .other {width: 100%;margin-top: auto;padding-top: .4rem}
.mb-header .down .dbox .other .otop {width: 100%}
.mb-header .down .dbox .other .otop .txt {text-align: center;color: #999;font-size: 14px;line-height: 24px}
.mb-header .down .dbox .other .otop .txt span {position: relative}
.mb-header .down .dbox .other .otop .txt span::before {content: '';width: 1rem;height: 1px;background: linear-gradient(to right, #ddd, rgba(221, 221, 221, 0));position: absolute;left: calc(100% + .3rem);top: 50%;transform: translateY(-50%)}
.mb-header .down .dbox .other .otop .txt span::after {content: '';width: 1rem;height: 1px;background: linear-gradient(to left, #ddd, rgba(221, 221, 221, 0));position: absolute;right: calc(100% + .3rem);top: 50%;transform: translateY(-50%)}
.mb-header .down .dbox .other .otop .more {width: 100%;display: flex;justify-content: center;margin-top: .3rem}
.mb-header .down .dbox .other .odown {width: 100%;border-top: 1px solid #ddd;background: #f5f7f9;display: flex;margin-top: .5rem}
.mb-header .down .dbox .other .odown .tel {width: 61.33333333%;display: flex;align-items: center;padding: .3rem 0 .3rem .35rem}
.mb-header .down .dbox .other .odown .tel i {width: .75rem;height: .75rem;border-radius: 50%;background: #fff;border: 1px solid #eaeaea;display: flex;justify-content: center;align-items: center;margin-right: .15rem}
.mb-header .down .dbox .other .odown .tel i svg {width: .3rem;height: .3rem}
.mb-header .down .dbox .other .odown .tel i svg path {fill: #006fb7}
.mb-header .down .dbox .other .odown .tel p {color: #666;font-size: 14px;line-height: 20px}
.mb-header .down .dbox .other .odown .tel p span {display: block;color: #000;font-size: 18px}
.mb-header .down .dbox .other .odown .wx {display: flex;align-items: center;padding: .3rem 0 .3rem .45rem}
.mb-header .down .dbox .other .odown .wx i {width: .75rem;height: .75rem;border-radius: 50%;background: #fff;border: 1px solid #eaeaea;display: flex;justify-content: center;align-items: center;margin-right: .15rem}
.mb-header .down .dbox .other .odown .wx i svg {width: .3rem;height: .3rem}
.mb-header .down .dbox .other .odown .wx i svg path {fill: #006fb7}
.mb-header .down .dbox .other .odown .wx span {color: #666;font-size: 14px}
/*导航结束*/

/* 底部开始 */
.footer {width: 100%;border-top: 1px solid #f1f1f1;overflow: hidden}
@media (max-width: 767px) {.footer {    display: none}}
.footer .top {width: 100%}
.footer .top .container {width: 85%;max-width: 1600px;display: flex;flex-wrap: wrap}
.footer .top .container .left {width: 62.5%;padding: 0.87rem 0 1.4rem 0}
@media (max-width: 991px) {.footer .top .container .left {    width: 100%}}
.footer .top .container .left .ltop {width: 100%;display: flex;flex-wrap: wrap}
.footer .top .container .left .ltop .sleft {width: 31%;margin-right: 18%}
@media (max-width: 1600px) {.footer .top .container .left .ltop .sleft {    width: 36%;    margin-right: 12%}}
@media (max-width: 991px) {.footer .top .container .left .ltop .sleft {    width: 45%;    margin-right: 1rem}}
@media (max-width: 767px) {.footer .top .container .left .ltop .sleft {    width: 100%;    margin-right: 0}}
.footer .top .container .left .ltop .sleft .logo {display: flex;flex-wrap: wrap}
.footer .top .container .left .ltop .sleft .logo a {height: 48px;display: flex}
.footer .top .container .left .ltop .sleft .logo a img {height: 100%}
.footer .top .container .left .ltop .sleft .logo .txt {width: 100%;line-height: 1.5em;color: #808080;margin-top: .1rem}
.footer .top .container .left .ltop .sleft .form {width: 100%;margin-top: .7rem}
@media (max-width: 767px) {.footer .top .container .left .ltop .sleft .form {    margin-top: .3rem}}
.footer .top .container .left .ltop .sleft .form .for {width: 100%;display: flex;height: 46px;position: relative}
@media (max-width: 767px) {.footer .top .container .left .ltop .sleft .form .for {    height: .8rem}}
.footer .top .container .left .ltop .sleft .form .for .txt {width: 100%;height: 100%;border: 1px solid #eeeeee;border-radius: 23px;padding-left: .18rem}
@media (max-width: 767px) {.footer .top .container .left .ltop .sleft .form .for .txt {    border-radius: .4rem}}
.footer .top .container .left .ltop .sleft .form .for .txt::placeholder {color: #999}
.footer .top .container .left .ltop .sleft .form .for .btn {padding: 0 .3rem;height: 100%;border-radius: 23px;background: #006fb7;color: #fff;position: absolute;right: 0;top: 0;z-index: 2;transition: all .4s}
@media (max-width: 767px) {.footer .top .container .left .ltop .sleft .form .for .btn {    width: 1.2rem;    border-radius: .4rem}}
@media (min-width: 992px) {.footer .top .container .left .ltop .sleft .form .for .btn:hover {    background: #26ec5a}}
.footer .top .container .left .ltop .sleft .form .tips {display: flex;align-items: center;margin-top: .14rem;transition: all .4s;opacity: 0;cursor: pointer}
@media (max-width: 767px) {.footer .top .container .left .ltop .sleft .form .tips {    opacity: 1 !important}}
.footer .top .container .left .ltop .sleft .form .tips i {width: 14px;height: 14px;border-radius: 50%;border: 1px solid #e8e8e8;position: relative;flex-shrink: 0;margin-right: 5px;cursor: pointer;transition: all .4s}
.footer .top .container .left .ltop .sleft .form .tips i::before {content: '';width: 7px;height: 3px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;left: 50%;top: 50%;transform: rotateZ(-45deg) translate(-50%, -50%);transform-origin: center center;margin-top: -5px}
.footer .top .container .left .ltop .sleft .form .tips i.on {background: #006fb7;border: 1px solid #006fb7}
.footer .top .container .left .ltop .sleft .form .tips span {color: #ccc;line-height: 1.71428571em}
.footer .top .container .left .ltop .smenu {position: relative}
@media (max-width: 767px) {.footer .top .container .left .ltop .smenu {    display: none}}
.footer .top .container .left .ltop .smenu ul li .s-txt {display: flex}
.footer .top .container .left .ltop .smenu ul li .s-txt a {line-height: 1.5em;color: #333;position: relative;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .s-txt a::before {content: '';width: 0;height: 3px;background: #006fb7;position: absolute;left: 0;bottom: 3px;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .s-txt i {width: 16px;height: 16px;display: flex;justify-content: center;align-items: center;margin-top: .03rem;opacity: 0;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .s-txt i svg {width: 50%;height: 50%;animation: arrowRun 5s infinite}
.footer .top .container .left .ltop .smenu ul li .s-txt i svg path {fill: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu {position: absolute;left: calc(100% + 1.06rem);top: 0;opacity: 0;z-index: 0;pointer-events: none}
@media (max-width: 1600px) {.footer .top .container .left .ltop .smenu ul li .ss-menu {    top: .1rem}}
@media (max-width:1100px) {.footer .top .container .left .ltop .smenu ul li .ss-menu {    left: calc(100% + .2rem)}}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link {width: 200px;display: flex;flex-wrap: wrap;border-bottom: 1px solid #f1f1f1}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(1) .s-t1 a {transition: all ease-in-out .4s .1s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(2) .s-t1 a {transition: all ease-in-out .4s .12s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(3) .s-t1 a {transition: all ease-in-out .4s .14s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(4) .s-t1 a {transition: all ease-in-out .4s .16s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(5) .s-t1 a {transition: all ease-in-out .4s .18s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(6) .s-t1 a {transition: all ease-in-out .4s .2s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 {width: 100%;height: .5rem;display: flex;align-items: center;cursor: pointer}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 a {color: #aaa;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i {width: .5rem;height: .5rem;display: flex;justify-content: center;align-items: center;margin-left: auto;cursor: pointer}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i svg {width: 10px;height: 10px}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i svg path {fill: #e9e9e9;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1:hover a {color: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1:hover i svg path {fill: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1.on a {color: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1.on i svg path {fill: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox {width: 100%;padding-bottom: .12rem;display: none}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a {width: 100%;height: 30px;display: flex;align-items: center;position: relative;padding-left: 18px}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a span {color: #666;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a span::before {display: none}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a::before {content: '';width: 2px;height: 2px;background: #666;transition: all .4s;position: absolute;left: 7px;top: 50%;transform: translateY(-50%)}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i {width: 10px;height: 10px;display: flex;align-items: center;margin-left: .2rem}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i svg {transform: rotateZ(-90deg)}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i svg path {fill: #666;transition: all .4s}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover span {color: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover::before {background: #006fb7}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover i svg path {fill: #006fb7}
.footer .top .container .left .ltop .smenu ul li.on .s-txt a {color: #006fb7}
.footer .top .container .left .ltop .smenu ul li.on .s-txt a::before {width: 100%}
.footer .top .container .left .ltop .smenu ul li.on .s-txt i {opacity: 1}
.footer .top .container .left .ltop .smenu ul li.on .ss-menu {opacity: 1;z-index: 5;pointer-events: all}
.footer .top .container .left .ltop .smenu ul li.on .ss-menu .s-link a {opacity: 1;transform: translateY(0)}
.footer .top .container .left .f-link {width: 100%;display: flex;flex-wrap: wrap;line-height: 1.71428571em;margin-top: 1.2rem;padding-bottom: .2rem}
@media (max-width: 991px) {.footer .top .container .left .f-link {    display: none}}
.footer .top .container .left .f-link span {color: #999;margin-right: .4rem}
.footer .top .container .left .f-link a {color: #ccc;transition: all .4s;margin-right: .3rem}
@media (min-width: 992px) {.footer .top .container .left .f-link a:hover {    color: #006fb7}}
.footer .top .container .right {width: 37.5%;border-left: 1px solid #f1f1f1;padding-top: .87rem}
@media (max-width: 1600px) {.footer .top .container .right {    padding-top: .95rem}}
@media (max-width: 991px) {.footer .top .container .right {    width: 100%;    border-left: none}}
@media (max-width: 767px) {.footer .top .container .right {    padding-top: .5rem}}
.footer .top .container .right .rtop {position: relative}
.footer .top .container .right .rtop::before {content: '';width: 100vw;height: 1px;background-color: #f1f1f1;position: absolute;left: 0;bottom: 0}
@media (max-width: 991px) {.footer .top .container .right .rtop::before {    width: 100%}}
@media (max-width: 767px) {.footer .top .container .right .rtop::before {    display: none}}
.footer .top .container .right .rtop .tbox {padding: 0 0 .69rem .5rem}
@media (max-width: 991px) {.footer .top .container .right .rtop .tbox {    padding: 0 0 .69rem 0}}
@media (max-width: 767px) {.footer .top .container .right .rtop .tbox {    text-align: center}}
.footer .top .container .right .rtop .tbox .title {line-height: 1.33333333em;color: #333}
@media (max-width: 1600px) {.footer .top .container .right .rtop .tbox .title {    font-size: 24px}}
.footer .top .container .right .rtop .tbox .txt {color: #666;line-height: 1.625em;margin-top: .07rem}
.footer .top .container .right .rtop .tbox .txt a {color: #006fb7}
.footer .top .container .right .rtop .tbox .btn {margin-top: .47rem;display: flex}
@media (max-width: 767px) {.footer .top .container .right .rtop .tbox .btn {    justify-content: center}}
.footer .top .container .right .rtop .tbox .btn a {display: flex;align-items: center;height: 45px;padding: 0 .2rem 0 .24rem;border-radius: 27px;position: relative;z-index: 1;overflow: hidden}
@media (max-width: 1600px) {.footer .top .container .right .rtop .tbox .btn a {    padding: 0 .3rem 0 .34rem}}
@media (max-width: 767px) {.footer .top .container .right .rtop .tbox .btn a {    height: .8rem;    border-radius: .4rem}}
.footer .top .container .right .rtop .tbox .btn a::before {content: "";position: absolute;top: 0;right: 0;z-index: 1;width: 100%;height: 100%;background: #006fb7;border-radius: 27px;transition: all .4s}
.footer .top .container .right .rtop .tbox .btn a span {color: #fff;margin-right: .16rem;position: relative;z-index: 2;transition: all .4s}
.footer .top .container .right .rtop .tbox .btn a .icons {width: 20px;height: 20px;display: flex;align-items: center;overflow: hidden;position: relative;z-index: 2;transition: all .4s}
@media (max-width: 1600px) {.footer .top .container .right .rtop .tbox .btn a .icons {    margin-left: .09rem}}
@media (max-width: 767px) {.footer .top .container .right .rtop .tbox .btn a .icons {    width: .4rem;    height: .4rem}}
.footer .top .container .right .rtop .tbox .btn a .icons i {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-shrink: 0;transition: all .5s}
.footer .top .container .right .rtop .tbox .btn a .icons i svg {width: 50%;height: 50%}
.footer .top .container .right .rtop .tbox .btn a .icons i svg path {fill: #fff}
@media (min-width: 992px) {.footer .top .container .right .rtop .tbox .btn a:hover span {    color: #333}.footer .top .container .right .rtop .tbox .btn a:hover::before {    width: 45px}.footer .top .container .right .rtop .tbox .btn a:hover .icons {    transform: translateX(8px)}}
@media (min-width: 992px) and (max-width: 1600px) {.footer .top .container .right .rtop .tbox .btn a:hover .icons {    transform: translateX(.12rem)}}
.footer .top .container .right .rtop .r-img {width: 65.66666667%;position: absolute;left: 49.33333333%;bottom: 0}
@media (max-width: 1600px) {.footer .top .container .right .rtop .r-img {    left: 56%;    width: 69%}}
@media (max-width:1440px) {.footer .top .container .right .rtop .r-img {    width: 73%}}
@media (max-width: 991px) {.footer .top .container .right .rtop .r-img {    width: 50%}}
@media (max-width: 767px) {.footer .top .container .right .rtop .r-img {    width: 100%;    position: relative;    left: initial}}
.footer .top .container .right .rtop .r-img .imgs {width: 43.75%;display: flex;overflow: hidden;position: absolute;z-index: 2;bottom: 0;left: 50%;transform: translateX(-50%)}
@media (max-width:1280px) {.footer .top .container .right .rtop .r-img .imgs {    width: 48%}}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc {width: 100%;background: #fff;border: 1px solid #f1f1f1;border-radius: .1rem;padding: 8px 6px 13px;position: absolute;z-index: 2;left: 50%;transform: translateX(-50%);top: 100%;transition: all .8s}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc .img img {width: 100%}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts {width: 100%;font-size: 14px;line-height: 24px;color: #999;text-align: center;margin-top: 10px}
@media (max-width: 1600px) {.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts {    font-size: 12px}}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts span {color: #006fb7}
.footer .top .container .right .rtop .r-img .imgs .public-img {width: 100%}
.footer .top .container .right .rtop .r-img .imgs .public-img::before {padding-top: 134.85714286%}
.footer .top .container .right .rtop .r-img .imgs .public-img img {transform: translateY(.2rem);transition: all .8s}
.footer .top .container .right .rtop .r-img.on .ewm-tc {top: 0 !important}
.footer .top .container .right .rtop .r-img.on .public-img img {transform: translateY(100%) !important}
@media (min-width: 992px) {.footer .top .container .right .rtop:hover .r-img .imgs .public-img img {    transform: translateY(0)}}
.footer .top .container .right .rdown {display: flex;justify-content: space-between;padding: .48rem 0 .2rem .5rem}
@media (max-width: 991px) {.footer .top .container .right .rdown {    padding: .48rem 0 .2rem}}
.footer .top .container .right .rdown .tbox .t1 {line-height: 1.71428571em;color: #999}
.footer .top .container .right .rdown .tbox .tel {line-height: 1.33333333em;color: #333}
.footer .top .container .right .rdown .tbox .email {line-height: 1.71428571em;color: #999;margin-top: .13rem}
.footer .top .container .right .rdown .wx-box {display: flex;align-items: center}
.footer .top .container .right .rdown .wx-box span {color: #999;line-height: 1.33333333em;margin-right: .18rem}
.footer .top .container .right .rdown .wx-box .icons {width: .8rem;height: .8rem;border-radius: 50%;border: 1px solid #f1f1f1;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative}
.footer .top .container .right .rdown .wx-box .icons svg {width: 32.5%;height: 32.5%}
@media (max-width: 767px) {.footer .top .container .right .rdown .wx-box .icons svg {    width: 50%;    height: 50%}}
.footer .top .container .right .rdown .wx-box .icons svg path {fill: #006fb7}
.footer .top .container .right .rdown .wx-box .icons .wx-img {width: 110px;height: 120px;position: absolute;bottom: 90%;left: 50%;transform: translateX(-50%) scale(0);transform-origin: center bottom;z-index: 2;opacity: 0;transition: all .4s;padding-bottom: .1rem}
@media (max-width: 767px) {.footer .top .container .right .rdown .wx-box .icons .wx-img {    position: fixed;    bottom: 50%;    transform: translate(-50%, 50%);    z-index: 9;    width: 3rem;    height: 3rem;    display: none;    opacity: 1}.footer .top .container .right .rdown .wx-box .icons .wx-img::before {    content: '';    width: 100vw;    height: 100vh;    background: rgba(0, 0, 0, 0.3);    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    z-index: -1}}
.footer .top .container .right .rdown .wx-box .icons .wx-img span {width: 100%;display: block;border-radius: 3px;background: #fff;box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);position: relative;padding: .08rem}
.footer .top .container .right .rdown .wx-box .icons .wx-img span img {width: 100%}
.footer .top .container .right .rdown .wx-box .icons .wx-img span::before {content: '';border-top: .05rem solid #fff;border-left: .08rem solid transparent;border-right: .08rem solid transparent;position: absolute;left: 50%;transform: translateX(-50%);top: 100%}
@media (max-width: 767px) {.footer .top .container .right .rdown .wx-box .icons .wx-img span::before {    display: none}}
.footer .top .container .right .rdown .wx-box .icons .wx-img .close {display: none;width: 40px;height: 40px;border-radius: 50%;justify-content: center;align-items: center;background: #006fb7;margin: .1rem auto 0;z-index: 2}
.footer .top .container .right .rdown .wx-box .icons .wx-img .close svg path {fill: #fff}
@media (max-width: 767px) {.footer .top .container .right .rdown .wx-box .icons .wx-img .close {    display: flex}}
@media (min-width: 992px) {.footer .top .container .right .rdown .wx-box .icons:hover .wx-img {    opacity: 1;    bottom: 100%;    transform: translateX(-50%) scale(1)}}
.footer .down {width: 100%;border-top: 1px solid #f1f1f1;padding: .2rem 0 .18rem}
.footer .down .container {width: 85%;max-width: 1600px;display: flex;justify-content: space-between;flex-wrap: wrap}
.footer .down .container .copyright {line-height: 1.71428571em;color: #ccc}
@media (max-width: 767px) {.footer .down .container .copyright {    width: 100%;    text-align: center;    font-weight: 400}}
.footer .down .container .copyright a {color: #ccc;margin-left: .2rem}
@media (max-width: 767px) {.footer .down .container .copyright a {    display: inline-block;    margin-left: 0}}
.footer .down .container .menu {display: flex;align-items: center;color: #ccc}
@media (max-width: 767px) {.footer .down .container .menu {    width: 100%;    justify-content: center}}
.footer .down .container .menu a {line-height: 1.71428571em;color: #ccc;transition: all .4s;margin: 0 .2rem}
.footer .down .container .menu a:first-child {margin: 0 .2rem 0 0}
.footer .down .container .menu a:last-child {margin: 0 0 0 .2rem}
@media (min-width: 992px) {.footer .down .container .menu a:hover {    color: #006fb7}}
.footer-mb {width: 100%;display: none}
.footer-fixed-holder{width: 100%;height: 50px;display: none;}
.footer-fixed{position: fixed;bottom: 0;left: 0;z-index: 99;width: 100%;height: 50px;line-height: 50px;display: none;}
.footer-fixed a{width: 50%;height: 100%;text-align: center;background-color: #006fb7;font-size: 15px;color: #fff;border-right: 1px solid #eee;}
@media (max-width: 767px) {.footer-mb {    display: block}.footer-fixed-holder{    display: block;}.footer-fixed{    display: flex;}}
.footer-mb .fbox1 {width: 100%;padding: 0 .34rem}
.footer-mb .fbox1 .bs {width: 100%;border: 1px solid #eee;border-radius: .15rem;display: flex;padding: .24rem .2rem;background: url(https://www.intwho.com/wmp/static/images/footer-mb-bg.png) bottom center no-repeat;background-size: cover}
.footer-mb .fbox1 .bs .img1 {width: 1.24rem;height: 1.56rem;overflow: hidden;margin-bottom: -0.24rem}
.footer-mb .fbox1 .bs .img1 img {width: 100%}
.footer-mb .fbox1 .bs .txt {color: #666;line-height: 1.5em;margin-left: .46rem;margin-top: .3rem;font-size: 12px}
.footer-mb .fbox1 .bs .txt span {color: #006fb7}
.footer-mb .fbox1 .bs .img2 {width: 1.32rem;height: 1.32rem;border: 1px solid #eee;border-radius: .15rem;background: #fff;padding: .1rem;margin-left: auto}
.footer-mb .fmenu {width: 100%;}
.footer-mb .fmenu ul li {border-top: 1px solid #eee}
.footer-mb .fmenu ul li .s-txt {width: 100%;display: flex;justify-content: space-between;align-items: center;padding: .2rem 5%}
.footer-mb .fmenu ul li .s-txt a {line-height: 1.5em;color: #333;position: relative;transition: all .4s}
.footer-mb .fmenu ul li .s-txt i {width: 1rem;height: 100%;display: flex;justify-content: flex-end;align-items: center}
.footer-mb .fmenu ul li .s-txt i svg {width: 12px;height: 12px;transition: all .4s}
.footer-mb .fmenu ul li .s-txt i svg path {fill: #e9e9e9}
.footer-mb .fmenu ul li .ss-menu {width: 100%;padding: 0 5% .1rem;display: none}
.footer-mb .fmenu ul li .ss-menu .s-link {width: 100%;border-bottom: 1px solid #f1f1f1}
.footer-mb .fmenu ul li .ss-menu .s-link:last-child {border-bottom: none}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 {width: 100%;height: .78rem;display: flex;justify-content: space-between;align-items: center;cursor: pointer;padding: .1rem .3rem}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 a {color: #aaa;transition: all .4s}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i {width: .5rem;height: .5rem;display: flex;justify-content: center;align-items: center;margin-left: auto;cursor: pointer}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i svg {width: 12px;height: 12px}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i svg path {fill: #e9e9e9;transition: all .4s}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1.on a {color: #006fb7}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1.on i svg path {fill: #006fb7}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox {width: 100%;padding: .1rem .3rem .2rem;display: none}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a {width: 100%;height: 30px;display: flex;align-items: center;position: relative;padding-left: 18px;margin-bottom: .1rem}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a span {color: #666;transition: all .4s}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a span::before {display: none}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a::before {content: '';width: 2px;height: 2px;background: #666;transition: all .4s;position: absolute;left: 7px;top: 50%;transform: translateY(-50%)}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i {width: 10px;height: 10px;display: flex;align-items: center;margin-left: .2rem}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i svg {transform: rotateZ(-90deg)}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i svg path {fill: #666;transition: all .4s}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover span {color: #006fb7}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover::before {background: #006fb7}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover i svg path {fill: #006fb7}
.footer-mb .fmenu ul li.on .s-txt a {color: #006fb7}
.footer-mb .fmenu ul li.on .s-txt i svg {transform: rotateZ(-180deg)}
.footer-mb .fmenu ul li.on .s-txt i svg path {fill: #006fb7}
.footer-mb .fbox2 {width: 100%;background: #f5f7f9;display: flex;justify-content: space-between;align-items: center;padding: .56rem .42rem .56rem .54rem;border-top: 1px solid #eee;border-bottom: 1px solid #eee}
.footer-mb .fbox2 .logo a {width: 1.6rem;height: .68rem;display: flex}
.footer-mb .fbox2 .logo a svg {display: flex;opacity: 1}
.footer-mb .fbox2 .logo a svg rect {fill: transparent}
.footer-mb .fbox2 .logo a svg .cls-1 {fill: #000}
.footer-mb .fbox2 .form {width: 4.5rem;display: flex;position: relative;margin-top: 2px}
.footer-mb .fbox2 .form .t1 {width: 100%;height: .72rem;border-radius: .36rem;background: #fff;border: 1px solid #eee;font-size: 12px;padding-left: .3rem}
.footer-mb .fbox2 .form .btn {width: 1.3rem;height: .72rem;border-radius: .36rem;position: absolute;right: 0;top: 0;background: #006fb7;color: #fff;font-size: 12px}
.footer-mb .copyright {width: 100%;background: #f5f7f9;text-align: center;color: #cccccc;font-size: 14px;line-height: 20px;padding: .24rem .2rem .2rem}
.footer-mb .copyright span {font-size: 12px}
.footer-mb .copyright span a {color: #ccc;display: inline-block}
/* 底部结束 */

article .menu{width:100%;overflow:hidden;height:80px;}
article .menu ul{position:relative;float:left;left:50%;}
article .menu ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 9px;
    font-size: 1em;
    color: #666666;
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}
article .menu ul li div{padding-bottom:10px;}
article .menu ul li a,article .menu ul li a:hover{color:#666666;}
article .menu ul li i{width: 100%; height: 1px;display: block;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
    background:#006fb7;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  } 
article .menu ul li:hover i,article .menu ul li.cur i{
  -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

@media (min-width: 768px){
  article .menu{height:120px;}
  article .menu ul li{margin:0 20px;margin-top:45px;}
}
@media (min-width:992px) {
  article .menu{height:140px;}
  article .menu ul li{margin:0 20px;margin-top:60px;}
}

@media (max-width:992px){
  article .menu ul li div{padding-bottom:2px;}
  article .menu {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  article .menu ul li {
    margin: 0 17px;
  }
}

@media (max-width:544px){
  article .menu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  article .menu ul li {
    margin: 7px;
    font-size: 13px;
  }
}

.neimenu{width:100%;overflow:hidden;height:105px;}
.neimenu ul{position:relative;float:left;left:50%;}
.neimenu ul li {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 20px;
    font-size: 1.4em;
    color: #666666;
    overflow: hidden;
    margin-top: 55px;
    cursor: pointer;
}
.neimenu ul li div{padding-bottom:10px;}
.neimenu ul li a{color:#666666;}
.neimenu ul li i{width: 100%; height: 1px;display: block;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
    background:#006fb7;
-moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  } 
.neimenu ul li:hover i{
  -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

.right-pop {width: .55rem;position: fixed;right: .15rem;top: 50%;transform: translateY(-50%);z-index: 999}
@media (max-width: 1600px) {.right-pop {    width: .8rem}}
@media (max-width: 767px) {.right-pop {    display: none !important}}
.right-pop .box1 {width: .55rem;border-radius: .4rem;background: #fff;box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.06);padding: .09rem .07rem}
@media (max-width: 1600px) {.right-pop .box1 {    width: .8rem}}
.right-pop .box1 a {width: 100%;display: block;border-bottom: 1px solid #f0f0f0;padding-bottom: .09rem;margin-bottom: .07rem;position: relative}
.right-pop .box1 a:last-child {border-bottom: none}
.right-pop .box1 a .icons {width: .46rem;height: .46rem;display: flex;justify-content: center;align-items: center;position: relative;margin: 0 auto}
.right-pop .box1 a .icons img {width: .24rem;height: .24rem;position: relative;z-index: 2}
@media (max-width: 1600px) {.right-pop .box1 a .icons img {    width: .3rem;    height: .3rem}}
.right-pop .box1 a .icons svg {width: .24rem;height: .24rem;position: relative;z-index: 2}
@media (max-width: 1600px) {.right-pop .box1 a .icons svg {    width: .3rem;    height: .3rem}}
.right-pop .box1 a .icons svg path {fill: #006fb7}
.right-pop .box1 a .icons.icons1 {width: .4rem;height: .4rem;border-radius: 50%;background: #006fb7;margin: 0 auto .16rem}
@media (max-width: 1600px) {.right-pop .box1 a .icons.icons1 {    width: .46rem;    height: .46rem}}
.right-pop .box1 a .icons.icons1::before {content: '';width: 100%;height: 100%;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background: rgba(0, 111, 183, 0.8);border: 1px solid #006fb7;animation: yuanRun 2s infinite linear}
.right-pop .box1 a .icons.icons1::after {content: '';width: 100%;height: 100%;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background: rgba(0, 111, 183, 0.8);border: 1px solid #006fb7;animation: yuanRun 2s 1s infinite linear}
.right-pop .box1 a .icons.icons1 img {width: .34rem;height: .4rem}
@media (max-width: 1600px) {.right-pop .box1 a .icons.icons1 img {    width: .34rem;    height: .4rem}}
.right-pop .box1 a .icons.icons1 svg {width: .24rem;height: .24rem}
@media (max-width: 1600px) {.right-pop .box1 a .icons.icons1 svg {    width: .3rem;    height: .3rem}}
.right-pop .box1 a .icons.icons1 svg path {fill: #fff}
.right-pop .box1 a .icons.icons2 svg {animation: iconRun 1.2s infinite linear}
.right-pop .box1 a .txt {line-height: 1.28571429em;color: #505050;text-align: center;transition: all .4s}
.right-pop .box1 a .tel-pop {position: absolute;right: 100%;top: 50%;transform: translateY(-50%);padding-right: .27rem;display: none}
.right-pop .box1 a .tel-pop .box {background: #fff;border-radius: .1rem;box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.06);padding: .1rem .2rem;position: relative}
.right-pop .box1 a .tel-pop .box::before {content: '';border-left: .1rem solid #fff;border-top: .1rem solid transparent;border-bottom: .1rem solid transparent;position: absolute;left: 100%;top: 50%;transform: translateY(-50%);z-index: 2}
.right-pop .box1 a .tel-pop .box::after {content: '';border-left: .1rem solid rgba(0, 0, 0, 0.06);border-top: .1rem solid transparent;border-bottom: .1rem solid transparent;position: absolute;left: calc(100% + 1px);top: 50%;transform: translateY(-50%)}
.right-pop .box1 a .tel-pop .box .ts {width: 100%;padding-bottom: .1rem;border-bottom: 1px solid #eee;margin-bottom: .1rem;white-space: nowrap}
.right-pop .box1 a .tel-pop .box .ts:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: none}
.right-pop .box1 a .tel-pop .box .ts span {line-height: 1.71428571em;color: #505050}
.right-pop .box1 a .tel-pop .box .ts p {line-height: 1.125em;color: #006fb7}
@media (min-width: 992px) {.right-pop .box1 a:hover .tel-pop {    display: block}.right-pop .box1 a:hover .txt {    color: #006fb7}}
.right-pop .box1 .ask {position: relative;z-index: 1}
.right-pop .box1 .ask a {border-bottom: none;margin-bottom: 0}
.right-pop .box1 .ask .ask-pop {width: 192px;position: absolute;right: 100%;top: 50%;transform: translateY(-50%);z-index: 2;display: none;padding-right: 30px}
.right-pop .box1 .ask .ask-pop .bgs {width: 100%;position: absolute;right: 12px;top: 50%;transform: translateY(-50%);z-index: -1}
.right-pop .box1 .ask .ask-pop .bgs img {width: 100%}
.right-pop .box1 .ask .ask-pop .t1 {text-align: center;color: #999;font-size: 14px;line-height: 24px}
.right-pop .box1 .ask .ask-pop .ewm {width: 100px;height: 100px;margin: 10px auto 0;display: flex;border: 2px solid #006fb7;border-radius: .1rem;overflow: hidden}
.right-pop .box1 .ask .ask-pop .tel {text-align: center;color: #999;font-size: 14px;line-height: 22px;margin-top: 14px}
.right-pop .box1 .ask .ask-pop .tel span {display: block;font-size: 16px;color: #000}
.right-pop .box1 .ask .ask-pop .asks {width: 100%;height: 42px;margin: .15rem auto 0;display: flex;justify-content: center}
.right-pop .box1 .ask .ask-pop .asks a {width: initial;height: 100%;padding: 0 .2rem;display: flex;align-items: center;border-radius: 21px;background: #006fb7;transition: all .4s}
.right-pop .box1 .ask .ask-pop .asks a i {width: 22px;height: 22px;display: flex}
.right-pop .box1 .ask .ask-pop .asks a i svg {width: 100%;height: 100%}
.right-pop .box1 .ask .ask-pop .asks a i svg path {fill: #fff}
.right-pop .box1 .ask .ask-pop .asks a span {color: #fff;font-size: 14px;margin-left: 7px}
@media (min-width: 992px) {.right-pop .box1 .ask .ask-pop .asks a:hover {    background: #03a9b9}}
@media (min-width: 992px) {.right-pop .box1 .ask:hover .ask-pop {    display: block}}
.right-pop .gotop {width: .55rem;height: .55rem;border-radius: 50%;box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.06);display: flex;justify-content: center;align-items: center;transition: all .4s;background: #fff;margin-top: .13rem;position: relative;overflow: hidden}
@media (max-width: 1600px) {.right-pop .gotop {    width: .8rem;    height: .8rem}}
.right-pop .gotop::before {content: "";position: absolute;top: 0;left: 0;z-index: 0;width: 100%;height: 100%;background-color: #006fb7;border-radius: 50%;transform: scaleY(0);transform-origin: top;-webkit-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .6s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .6s cubic-bezier(.785, .135, .15, .86);transition: transform .6s cubic-bezier(.785, .135, .15, .86);opacity: 0.6; }
.right-pop .gotop svg {width: .2rem;height: .24rem;position: relative;z-index: 2}
.right-pop .gotop svg path {fill: #999;transition: all .4s}
@media (min-width: 992px) {.right-pop .gotop:hover::before {    transform: scaleY(1);    transform-origin: bottom}.right-pop .gotop:hover svg path {    fill: #fff}}

@media screen and (max-width: 768px){
	
	.mg_t_60{margin-top: 35px;}
	.mg_t_40{margin-top: 25px;}
  .neimenu{height:120px;}
  .neimenu ul li{margin:0 20px;margin-top:45px;}
}	

@media (min-width:992px) {
  .neimenu{height:140px;}
  .neimenu ul li{margin:0 20px;margin-top:60px;}
}

@media (max-width:992px){
  .neimenu ul li div{padding-bottom:2px;}
  .neimenu {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .neimenu ul li {
    margin: 0 17px;
  }
}

@media (max-width:544px){
  .neimenu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .neimenu ul li {
    margin: 7px;
  }
}
/* 结束 */



.f-share {
  font-size: 0;
  text-align: right;
}
.f-share-one {
  position: relative;
  display: inline-block;
  border: 1px solid #838383;
  margin-right: 40px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s;
}
.f-share:hover .f-share-one {
  opacity: .2;
}
.f-share .f-share-one:hover {
  opacity: 1;
}
.f-share-one:last-child {
  margin-right: 0;
}
.fs-one-qrcode {
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(20px);
  padding: 7px;
  background: rgba(255, 255, 255, .1);
  opacity: 0;
  visibility: hidden;
  transition: .35s .05s;
}
.f-share-one:hover .fs-one-qrcode {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}
.f-belongs {
  padding-top: 28px;
}
.f-belongs-one {
  line-height: 32px;
  font-size: 14px;
  color: #7a7a7a;
  text-align: right;
}


.about-desc {
  padding-top: 148px;
  padding-bottom: 135px;
  text-align: center;
}
.about-desc h2 {
  position: relative;
  margin: 0;
  margin-bottom: 78px;
  line-height: 42px;
  font-size: 28px;
  color: #464646;
}
.about-desc h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 28px;
  height: 3px;
  background: #006fb7;
}
.about-desc p.desc {
  margin: 0;
  line-height: 35px;
  font-size: 14px;
}

.about-desc.letmove h2,
.about-desc.letmove p.desc {
  transform: translateY(40px);
  transition: transform .8s .0s, opacity .8s .0s;
  opacity: 0;
}
.about-desc.letmove p.desc {
  transform: translateY(50px);
  transition: transform .8s .1s, opacity .8s .1s;
}
.about-desc.move h2,
.about-desc.move p.desc {
  transform: translateY(0);
  opacity: 1;
}
.news-desc {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 80%;
  margin: 0 auto;
}
.news-desc .time {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}
.news-desc .time p {
  padding: 0 25px;
  display: inline-block;
}
.news-desc h2 {
    margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.news-desc .wenzhang {
  border-top: 1px dashed #dedede;
  line-height: 35px;
  font-size: 16px;
  padding-top:50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.news-desc .keywords {
  font-size: 14px;
  padding-top: 30px;
  line-height: 28px;
}
.news-desc .keywords a {
  color: #828282;
}
.news-desc .keywords a:hover {
  color: #006fb7;
}
.news-desc .wenzhang p {
  line-height: 28px;
  padding-bottom: 20px;
  text-align: justify;
}
.news-desc .wenzhang img {
  text-indent: 0;
}
.news-desc.letmove h2,
.news-desc.letmove p {
  transform: translateY(40px);
  transition: transform .8s .0s, opacity .8s .0s;
  opacity: 0;
}
.news-desc.move h2,
.news-desc.move p {
  transform: translateY(0);
  opacity: 1;
}
.newslist {
  margin: 0 auto;
  /*padding-top: 50px;*/
  text-align: center
}

.newslist.letmove h3,
.newslist.letmove p {
  transform: translateY(40px);
  transition: transform .8s .0s, opacity .8s .0s;
  opacity: 0;
}
.newslist.move h3,
.newslist.move p {
  transform: translateY(0);
  opacity: 1;
}
.news-one.letmove {
  transform: translateY(40px);
  transition: transform .8s .0s, opacity .8s .0s;
  opacity: 0;
}
.news-one.move {
  transform: translateY(0);
  opacity: 1;
}


/*banner图样式*/
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner picture img {
    -webkit-animation: banner_inside 20s ease 1 forwards;
       -moz-animation: banner_inside 20s ease 1 forwards;
         -o-animation: banner_inside 20s ease 1 forwards;
            animation: banner_inside 20s ease 1 forwards;
}
@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
                transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
             transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
           transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
           -moz-transform: scale(1.23);
             -o-transform: scale(1.23);
                transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.banner_txt{text-align:center;position: absolute;top: 55%;z-index: 9;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); width: 100%;}
.banner_txt1{font-size:24px;width:100%;font-weight:bold;text-align:center;left:0;color:#fff;
    -webkit-animation: fadeInUp4 1.4s .4s ease both;
    -o-animation: fadeInUp4 1.4s .4s ease both;
       animation: fadeInUp4 1.4s .4s ease both;
    -moz-animation: fadeInUp4 1.4s .4s ease both;
}
.banner_txt2{width:90%;margin:0 auto;font-size:14px;line-height:24px;color:#ffffff;margin-top:15px;-webkit-animation:fadeInUp5 1.4s .8s ease both;
    -o-animation:fadeInUp5 1.4s .8s ease both;
   animation:fadeInUp5 1.4s .8s ease both;
    -moz-animation:fadeInUp5 1.4s .8s ease both;
}

/*.btn-circle*/
.btn-circle {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-circle-hover,
.btn-circle-click {
    position: absolute;
    z-index: -2;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 0;
    height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #006fb7;
}
.btn-circle-hover {
    opacity: 0;
}
.btn-circle-click {
    background: #ee9d84;
}



/*product*/
.product {
  margin-bottom: 45px;
}
.product_txt{margin-top:100px;margin-bottom:65px;text-align:center;color:#777777;}
.product_txt1{font-size:45px;font-weight:bold;margin-bottom:40px;color: #006fb7;}
.product_txt2{font-size:16px;}
.case_list {margin-top:0}
.more_button{position:relative;overflow:hidden; z-index:1;width:48px;height:48px;border:1px solid #d1d1d1;-moz-border-radius:100%;border-radius:100%;color:#e0e0e0;text-align:center;line-height:48px;display:block;margin:0 auto;
  font-size: 12px;
    -o-transition: all 1.7s ease;
    -moz-transition: all 1.7s ease;
    transition: all 1.7s ease;
    -webkit-mask-image: radial-gradient(white, black);
            mask-image: radial-gradient(white, black);
}
.more_button:focus{outline:none;}
.more_button:hover {
    background: #006fb7;
    color: #fff;
    border: 1px solid #006fb7;
}
.more_button i {
  display: block; 
  -webkit-transform: scale(0);  
     -moz-transform: scale(0);  
       -o-transform: scale(0);  
          transform: scale(0);
  width: 100%;
  height: 100%;
    background: -moz-radial-gradient(#006fb7, #018ce7,#006fb7,#018ce7,#006fb7,#018ce7,#006fb7,#018ce7,#006fb7);
    background: -o-radial-gradient(#006fb7, #018ce7,#006fb7,#018ce7,#006fb7,#018ce7,#006fb7,#018ce7,#006fb7);
    background: radial-gradient(#006fb7, #018ce7,#006fb7,#018ce7,#006fb7,#018ce7,#006fb7,#018ce7,#006fb7);
    opacity: 0;
    -o-transition: 1.2s, opacity 1.8s;
    -moz-transition: 1.2s, opacity 1.8s;
    transition: 1.2s, opacity 1.8s;
    -moz-border-radius: 50%;
         border-radius: 50%;
}
.more_button:hover i {
  -webkit-transform: scale(10);
     -moz-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
    opacity: 1;
    -o-transition: 3s, opacity .3s;
    -moz-transition: 3s, opacity .3s;
    transition: 3s, opacity .3s;
}
.dot2 span,.dot1 span{position:absolute;color:#d1d1d1;left:50%;top:50%;
  -webkit-transform: translateX(-50%)translateY(-50%); 
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
  -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
       animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
/*dot1*/
.dot1 span{
  color: #d1d1d1;
}
.dot1 span:nth-child(1){
    -o-transition: all 0.4s .5s ease, color .3s;
    -moz-transition: all 0.4s .5s ease, color .3s;
    transition: all 0.4s .5s ease, color .3s;
  left:30%;
}
.dot1 span:nth-child(2){
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
  left:50%;
}
.dot1 span:nth-child(3){
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  left:70%;
}
.more_button:hover .dot1 span:nth-child(1){
  left: 120%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot1 span:nth-child(2){
  left: 120%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot1 span:nth-child(3){
  left: 120%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
  color: #fff;
}

/*dot2*/
.dot2 span:nth-child(1){
  left:-20%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
    color:#d1d1d1
}
.dot2 span:nth-child(2){
  left:-20%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
    color:#d1d1d1
}
.dot2 span:nth-child(3){
  left:-20%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
    color:#d1d1d1
}
.more_button:hover .dot2 span:nth-child(1){
  left:30%;
    -o-transition: all 0.4s .5s ease, color .3s;
    -moz-transition: all 0.4s .5s ease, color .3s;
    transition: all 0.4s .5s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot2 span:nth-child(2){
  left:50%;
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot2 span:nth-child(3){
  left:70%;
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  color: #fff;
}

@media (max-width: 1200px) {
  .banner {
    position: relative;
    height: 50vh;
  }
  .banner img.img-responsive {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    max-width: none;
    height: 100%;
    animation: none;
  }


  .copyright {
    text-align: center;
  }
  .copyright-l {
    display: none;
  }
  .copyright-r {
    float: none;
  }
  
  .footer-r {
    float: none;
    width: 100%;
  }
  .f-share {
    text-align: center;
  }
  .f-belongs-one {
    line-height: 26px;
    text-align: center;
  }
}

/*手机菜单样式结束*/
@media (max-width: 767px){
    .gf-pnav {display: none;}
    .gf-logo h1{margin-top:10px;}
    .gf-logo h1, .gf-logo h1 a {width: 117px;height: 40px;line-height: 40px;-moz-background-size:auto 40px;-o-background-size:auto 40px;background-size:auto 40px;}
}

@media(min-width:768px){
    .buttonset{display:none;}
}
@media(min-width:992px){
    .buttonset{display:none;}
    .gf-pnav a{margin-left:40px;}

  .m-totop,
  .f-footer {
    display: none;
  } 

  i.f-arrow {
    display: none;
  }
}

@media (max-width: 992px) {
  .m-totop {
    line-height: 52px;
    font-size: 16px;
    color: #606060;
    text-align: center;
    background: #000;
  }

  .footer-l {
    padding-top: 40px;
    width: 100%;
  }
  .footer-l ul li {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;    
  }
  .footer-l dt {
    padding-bottom: 12px;
    border-bottom: 1px solid #373737;
    margin-bottom: 8px;
    line-height: normal;
    font-weight: normal;
  }
  i.f-arrow {
    display: inline-block;
    float: right;
    position: relative;
    top: 15px;
    height: 11px;
    margin-right: 4px;
    vertical-align: top;
  }
  i.f-arrow img {
    width: 6px;
    vertical-align: top;
  }
  .footer-l dl,
  .footer-l dt,
  .footer-l dd {
    line-height: 1;
  }
  .footer-l dt a {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 3px;
    font-size: 17px;
    color: #6a6a6a;
    vertical-align: top;
  }
  .footer-l dd a {
    position: relative;
    top: -5px;
    line-height: 28px;
  }
  .footer-sub-menu {
    display: none;
    padding-left: 15px;
  }

  .footer-r {
    margin-top: 20px;
  }

  .f-belongs {
    padding-top: 20px;
    margin-top: 26px;
  }
  .copyright {
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 22px;
  }
}

@media (min-width: 768px) {
  span.br-pc {
    display: block;
  }
  span.br-m {
    display: inline;
  }
}

@media (max-width: 1200px){
  .QQ_s{display: none}
}

@media (max-width: 768px){
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }  

  span.br-pc {
    display: inline;
  }
  span.br-m {
    display: block;
  }

  .banner {
      position: relative;
      height: auto;
  }

  .banner img.img-responsive {
    position: relative;
    left: 0;
    transform: translateX(0%);
    min-width: 0;
    width: 100%;
    max-width: none;
    animation: none;
  }
  
  .f-share {
    display: none;
  }
  .f-belongs-one {
    line-height: 28px;
    text-align: right;
  }
  .f-belongs {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
  .f-belongs-one {
    font-size: 15px;
  }
  
  .product_txt {
    margin-top: 90px;
    margin-top: 1.2rem;
    margin-bottom: 55px;
    margin-bottom: 0.733333rem;
    text-align: left;
  }
  .product_txt1 {
    margin-bottom: 30px;
    margin-bottom: 0.4rem;
    line-height: 80px;
    line-height: 1.066667rem;
    font-size: 56px;
    font-size: 0.746667rem;
  }
  .product_txt2 {
    line-height: 42px;
    font-size: 24px;
  }

  .footer-l {
    padding-top: 40px;
  }
  .footer-r {
    margin-top: 27px;
  }

  .copyright {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 31px;
  }
  .copyright .container {
    height: 16px;
  }
  .copyright-r {
    width: 100%;
    text-align: left;
  }
  .copyright-r span.cip-r {
    float: right;
  }
}
@media (min-width: 768px){
    .banner_txt{top:55%}
    .banner_txt1{font-size:36px;}
    .banner_txt2{font-size:16px;width:600px;margin-top:20px;line-height:30px;}
}
@media (min-width:992px) {
    .banner_txt{top:57%}
    .banner_txt1{font-size:40px;}
    .banner_txt2{width:800px;}
}
@media (min-width:1110px) {
    .banner_txt{top:55%}
}
@media (min-width:1200px) {
    .banner_txt1{font-size:45px;}
    .banner_txt2{width:800px;margin-top:25px;line-height:30px;}   
}
@media (min-width:1440px) {
    .banner_txt{top:55%}
    .banner_txt1{font-size:55px;}
    .banner_txt2{margin-top:35px;line-height:35px;}
    
}
@media (min-width:1770px) {
    .banner_txt{top:50%}
    
}
@media (min-width: 768px) {
  .fix-nav-btm {
    display: none;
  }
}

@media (max-width: 768px) {
  html, body {
  }
  
  footer {
    padding-bottom: 28px;
  }
  
  .aside-nav {display: none;}

  .suspension {display: none;}
  
  .fix-nav-btm-all {
  }
  .content,
  .fix-nav-btm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 63px;
    background: #0c0c0c;
  }
  .fix-nav-btm {
    top: auto;
    bottom: 0;
    z-index: 999;
    font-size: 0;
    text-align: center;
  }
  .fnb-one {
    display: inline-block;
    margin: 9px 5% 0;
    vertical-align: top;
  }
  .fnb-one-img {
    margin-bottom: 3px;
  }
  .fnb-one-img img {
    width: 28px;
  }
  .fnb-one-desc {
    font-size: 12px;
  }
  .fnb-one-desc img {
    position: relative;
    top: 0px;
    margin-left: 4px;
    width: 4px;
  }

  .prevnext-m {
    display: none;
  }

  .banner_txt {
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner_txt1,
  .banner_txt2 {
    width: 100%;
    text-align: left;
  }
  .banner_txt1 {
    line-height: 80px;
    line-height: 1.066667rem;
    font-size: 56px;
    font-size: 0.746667rem;
  }
  .banner_txt2 {
    margin-top: 28px;
    margin-top: 0.373333rem;
    line-height: 42px;
    font-size: 24px;
    color: #bebebe;
  }
  
  .product {
    margin-bottom: 0;
  }

  .prevnext-m {
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px dashed #888;
    margin-top: 10px;
    width: 100%;
  }
  a.prev-m,
  a.next-m {
    display: inline-block;
    float: left;
  }
  a.next-m {
    float: right;
  }
  a.prev-m i,
  a.next-m i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #e4e4e4;
    border-radius: 50%;
  }
  a.prev-m img,
  a.next-m img {
    width: 8px;
  }
  a.prev-m span,
  a.next-m span {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #515151;
  }

  
  .about-desc {
      padding: 60px 15px;
      text-align: left;
  }

  .about-desc h2 {
      margin-bottom: 50px;
      line-height: 28px;
      font-size: 18px;
  }

  .about-desc h2::after {
    left: 0;
      transform: translateX(0);
      bottom: -18px;
      width: 20px;
      height: 2px;
  }
  .about-desc p.desc {
      line-height: 30px;
  }
  .news-desc {
      width: 100%;
      padding: 20px 15px;
  }
  .news-desc .time {
  text-align: center;
  padding-bottom: 10px;
}
.news-desc .time p {
  padding: 0 25px;
  display: inline-block;
}
.news-desc h2 {
    margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.news-desc .wenzhang {
  border-top: 1px dashed #dedede;
  line-height: 35px;
  font-size: 16px;
  padding-top:20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.news-desc .keywords {
  font-size: 14px;
  padding-top: 30px;
  line-height: 28px;
}
.news-desc .keywords a {
  color: #828282;
}
.news-desc .keywords a:hover {
  color: #006fb7;
}
.news-desc .wenzhang p {
  padding-bottom: 10px;
  text-align: justify;
}
.news-desc .wenzhang img {
  text-indent: 0;
  width: 100%;
}
}

@media (max-width: 544px) {
  .banner{
    height: 100vh;
    height: calc(100vh - 126px);
  }

  .banner_txt{
    top: 50%;
  }

  .banner_txt2 {
    line-height: 50px;
    line-height: 0.666667rem;
    font-size: 30px;
    font-size: 0.4rem;
    color: #bebebe;
  }

  .product_txt2 {
    line-height: 50px;
    line-height: 0.666667rem;
    font-size: 30px;
    font-size: 0.4rem;
  }


}

